home *** CD-ROM | disk | FTP | other *** search
/ Maclife 10 / MACLIFE10-No-90-1995.ISO.7z / MACLIFE10-No-90.ISO / Programming / Change moniter to color next >
Text File  |  1995-12-08  |  260b  |  11 lines

  1. tell application "Finder"
  2.     activate
  3.     set contralPanelPath to (path to control panels folder)
  4.     select file "モニタ" of (folder contralPanelPath)
  5.     open selection
  6.     tell application "PreFab Playerェ"
  7.         click radio button "カラー"
  8.     end tell
  9.     close window 1
  10. end tell
  11.